home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / vim / src / proto / misccmds.pro < prev    next >
Text File  |  1995-03-09  |  1KB  |  33 lines

  1. /* misccmds.c */
  2. int get_indent __PARMS((void));
  3. void set_indent __PARMS((int size, int delete));
  4. int Opencmd __PARMS((int dir, int redraw, int delspaces));
  5. int plines __PARMS((long p));
  6. int plines_win __PARMS((struct window *wp, long p));
  7. int plines_m __PARMS((long first, long last));
  8. int plines_m_win __PARMS((struct window *wp, long first, long last));
  9. void inschar __PARMS((int c));
  10. void insstr __PARMS((unsigned char *s));
  11. int delchar __PARMS((int fixpos));
  12. void dellines __PARMS((long nlines, int dowindow, int undo));
  13. int gchar __PARMS((struct fpos *pos));
  14. int gchar_cursor __PARMS((void));
  15. void pchar_cursor __PARMS((int c));
  16. int inindent __PARMS((void));
  17. void skipspace __PARMS((unsigned char **pp));
  18. void skiptospace __PARMS((unsigned char **pp));
  19. void skiptodigit __PARMS((unsigned char **pp));
  20. long getdigits __PARMS((unsigned char **pp));
  21. unsigned char *plural __PARMS((long n));
  22. void set_Changed __PARMS((void));
  23. void unset_Changed __PARMS((struct buffer *buf));
  24. void change_warning __PARMS((void));
  25. int ask_yesno __PARMS((unsigned char *str));
  26. void msgmore __PARMS((long n));
  27. void beep __PARMS((void));
  28. void expand_env __PARMS((unsigned char *src, unsigned char *dst, int dstlen));
  29. void home_replace __PARMS((unsigned char *src, unsigned char *dst, int dstlen));
  30. int fullpathcmp __PARMS((unsigned char *s1, unsigned char *s2));
  31. unsigned char *gettail __PARMS((unsigned char *fname));
  32. int ispathsep __PARMS((int c));
  33.